Skip to content

fix: makefile build needs to build in cmd dir#488

Merged
NN708 merged 1 commit intoVanilla-OS:mainfrom
lancebord:fix/makefile-build
Mar 13, 2026
Merged

fix: makefile build needs to build in cmd dir#488
NN708 merged 1 commit intoVanilla-OS:mainfrom
lancebord:fix/makefile-build

Conversation

@lancebord
Copy link
Copy Markdown
Contributor

When following build instructions in readme the following output is generated upon make build

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o apx
no Go files in /path/to/apx
make: *** [Makefile:12: apx] Error 1

The fix is to make it point to the cmd directory.

@NN708 NN708 force-pushed the fix/makefile-build branch from 23cc5cc to a34440d Compare March 13, 2026 06:28
@NN708 NN708 merged commit 08cbae8 into Vanilla-OS:main Mar 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants